Operation id | CSV.Import |
Category | Document |
Label | CSVImport |
Requires | |
Since | |
Parameters
Signature
Inputs | blob |
Outputs | string |
Implementation Information
JSON Definition
{
"id" : "CSV.Import",
"label" : "CSVImport",
"category" : "Document",
"requires" : null,
"description" : null,
"url" : "CSV.Import",
"signature" : [ "blob", "string" ],
"params" : [ {
"name" : "path",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "documentMode",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "sendReport",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}